Vcenter Vm Hardware Parallel CreateSpec

Vcenter Vm Hardware Parallel CreateSpec
Vcenter Vm Hardware Parallel CreateSpec

The Vcenter Vm Hardware Parallel CreateSpec schema provides a specification for the configuration of a newly-created virtual parallel port.

JSON Example
{
    "backing": {
        "type": "string",
        "file": "string",
        "host_device": "string"
    },
    "start_connected": false,
    "allow_guest_control": false
}
backing
Optional

Physical resource backing for the virtual parallel port.

If missing or null, defaults to automatic detection of a suitable host device.

boolean
start_connected
Optional

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

Defaults to false if missing or null.

boolean
allow_guest_control
Optional

Flag indicating whether the guest can connect and disconnect the device.

Defaults to false if missing or null.